Ignore BUILT_FEATURES from main crate
authorFelix Krull <f_krull@gmx.de>
Wed, 28 Aug 2019 21:23:22 +0000 (23:23 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/conf/ostree.toml

index 2cc3591aff074a2233d1c292eca261c0120163e9..dfe1daeefc41e53dc86650cd3775bad3c3b49319 100644 (file)
@@ -186,3 +186,8 @@ status = "generate"
     # version-dependent constants
     pattern = "VERSION|VERSION_S|YEAR_VERSION|RELEASE_VERSION"
     ignore = true
+
+    [[object.constant]]
+    # build-dependent constants
+    pattern = "BUILT_FEATURES"
+    ignore = true